home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / Caveman / caveman.jar / j.class (.txt) < prev   
Encoding:
Java Class File  |  2002-04-29  |  612 b   |  42 lines

  1. import java.util.TimerTask;
  2.  
  3. // $FF: renamed from: j
  4. public class class_0 extends TimerTask {
  5.    // $FF: renamed from: a d
  6.    public d field_0;
  7.  
  8.    public class_0(d var1) {
  9.       this.field_0 = var1;
  10.       this.field_0.aw = System.currentTimeMillis();
  11.    }
  12.  
  13.    public void run() {
  14.       switch (this.field_0.ao) {
  15.          case 1:
  16.             this.field_0.b();
  17.          case 2:
  18.          default:
  19.             break;
  20.          case 3:
  21.             if (System.currentTimeMillis() - this.field_0.aw >= 1500L) {
  22.                this.field_0.f();
  23.             }
  24.             break;
  25.          case 4:
  26.             if (System.currentTimeMillis() - this.field_0.aw >= 1000L) {
  27.                this.field_0.ao = 1;
  28.                this.field_0.aw = System.currentTimeMillis();
  29.             }
  30.             break;
  31.          case 5:
  32.             this.field_0.c();
  33.             break;
  34.          case 6:
  35.             if (System.currentTimeMillis() - this.field_0.aw >= 1500L) {
  36.                this.field_0.h();
  37.             }
  38.       }
  39.  
  40.    }
  41. }
  42.